Skip to main content
Version: Upcoming

SRExchRiskDrop

V8 Message Definiton

METADATA

AttributeValue
Topic1450-away-drop
MLink TokenClientTrading
ProductSRTrade
accessTypeSELECT
MLink EndpointMLink-Order

Table Definition

FieldTypeKeyDefault ValueComment
exchDropNumberBIGINTPRI0SR Unique ID
routingCodeTINYTEXT''drop session routing code
routingSeqNumINT0drop session routingSeqNum
routeRiskGroupVARCHAR(32)''unique code grouping this drop session with 1 or more outbound street sessions
secKey_atenum - AssetType'None'
secKey_tsenum - TickerSrc'None'
secKey_tkVARCHAR(12)''
secKey_yrSMALLINT UNSIGNED0
secKey_mnTINYINT UNSIGNED0
secKey_dyTINYINT UNSIGNED0
secKey_xxDOUBLE0
secKey_cpenum - CallPut'Call'
secTypeenum - SpdrKeyType'None'
accountTINYTEXT''FixTag1
dropData1TINYTEXT''
dropData2TINYTEXT''
clOrdIdVARCHAR(32)''child order clOrdId
fillVersionTINYINT UNSIGNED0cancelcorrect version number initial fill is version1
fillExecStatusenum - ExecStatus'None'SpiderRock execution status FillBustCorrectRejectSysRej
fillDttmDATETIME(6)'1900-01-01 00:00:00.000000'fill DateTime from SRDateTime
fillQuantityINT0fill size from execReportlastSize
fillSideenum - BuySell'None'fill side from execReportside
fillPriceDOUBLE0fill price from execReportlastPrice
fillTransactDttmDATETIME(6)'1900-01-01 00:00:00.000000'fill DateTime from execReportfillDttm
fillMarketVARCHAR(8)''fill market from execReportlastMarket
fillExecIdTINYTEXT''fill execution id from execReportexecId
fillRefExecIdTINYTEXT''fill ref execution id from execReportrefExecId only set on a cancel or correct
fillLegRefIdBIGINT0fill leg ref id from execReportlegRefId
fillStreetTextTINYTEXT''
netTimestampBIGINT0drop gateway arrival timestamp
timestampDATETIME(6)'1900-01-01 00:00:00.000000'

PRIMARY KEY DEFINITION (Unique)

FieldSequence
exchDropNumber1

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRTrade`.`MsgSRExchRiskDrop`
WHERE
/* Replace with a BIGINT */
`exchDropNumber` = 1234567890;

Doc Columns Query

SELECT * FROM SRTrade.doccolumns WHERE TABLE_NAME='SRExchRiskDrop' ORDER BY ordinal_position ASC;